projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa203a7
)
(diff-switches): Define var here as well as in diff.el.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 9 May 1993 14:27:02 +0000
(14:27 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 9 May 1993 14:27:02 +0000
(14:27 +0000)
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc.el
b/lisp/vc.el
index 6a0742b8de537f31b91a906482677922707a6e34..b76fc7de31de1e6f8ad4890ea7458548aa7e37b9 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-89,6
+89,10
@@
The value is only computed when needed to avoid an expensive search.")
(defconst vc-maximum-comment-ring-size 32
"Maximum number of saved comments in the comment ring.")
+;;; This is duplicated in diff.el.
+(defvar diff-switches "-c"
+ "*A string or list of strings specifying switches to be be passed to diff.")
+
;;;###autoload
(defvar vc-checkin-hook nil
"*List of functions called after a vc-checkin is done. See `run-hooks'.")